home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
Outils
/
Adobe-Air
/
adobe-air_13.exe
/
[0]
/
setup.swf
/
scripts
/
mx
/
rpc
/
IResponder.as
Wrap
Text File
|
2014-03-27
|
182b
|
12 lines
package mx.rpc
{
public interface IResponder
{
function fault(param1:Object) : void;
function result(param1:Object) : void;
}
}